home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / fig13-out < prev    next >
Text File  |  1996-08-26  |  807b  |  18 lines

  1. LCLint 2.2 --- 25 Aug 96
  2.  
  3. usedef.c: (in function dumbfunc)
  4. <A HREF="usedef.c.html#line11" target="source">usedef.c:11,12</A>: Value *x used before definition
  5.   An rvalue is used that may not be initialized to a
  6.   value on some execution path. (-usedef will suppress
  7.   message)
  8. <A HREF="usedef.c.html#line13" target="source">usedef.c:13,20</A>: Passed storage x not completely
  9.     defined (*x is undefined): getVal (x)
  10.   Storage derivable from a parameter, return value or
  11.   global is not defined. Use /*@out@*/ to denote
  12.   passed or returned storage which need not be
  13.   defined. (-compdef will suppress message)
  14. <A HREF="usedef.c.html#line15" target="source">usedef.c:15,24</A>: Passed storage x not completely
  15.     defined (*x is undefined): mysteryVal (x)
  16.  
  17. Finished LCLint checking --- 3 code errors found
  18.